From 8d63a1e0362165e67ca9a5aba496563d71086adc Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 5 Mar 2001 18:40:25 +0000 Subject: [PATCH] (dotimes, dolist): Undef prior to autoloading new defs. --- lisp/emacs-lisp/cl.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 1b8bb838a8f..66947c01daa 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -552,6 +552,9 @@ Keywords supported: :test :test-not :key" "Non-nil means don't make CL functions autoload.") ;;; Autoload the other portions of the package. +;; We want to replace the basic versions of dolist, dotimes below. +(fmakunbound 'dolist) +(fmakunbound 'dotimes) (mapcar (function (lambda (set) (let ((file (if cl-fake-autoloads "" (car set)))) -- 2.30.2